home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / btrhlp18.zip / BEDIT.BAT < prev    next >
DOS Batch File  |  1991-04-01  |  431b  |  13 lines

  1. @echo off
  2. if "%1"=="" goto :abort
  3. CLS
  4. btrhelp %1 -hp B!
  5. goto :exit
  6. :abort
  7. echo ┌──────────────────────────────────────────────────────────┐
  8. echo │ USAGE: Bedit FILENAME                                    │
  9. echo │                                                          │
  10. echo │  The name of file to edit is specified as the parameter. │
  11. echo └──────────────────────────────────────────────────────────┘
  12. :exit
  13. @ECHO ON